home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 037a / x1541.zip / X1541.DOC next >
Text File  |  1993-04-03  |  4KB  |  117 lines

  1. Article 13320 of comp.sys.cbm:
  2. Path: oswego!ub!dsinc!spool.mu.edu!howland.reston.ans.net!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!cbnewsk!cbnewsj!bjh
  3. From: bjh@cbnewsj.cb.att.com (bernard.j.hudson)
  4. Newsgroups: comp.sys.cbm
  5. Subject: X1541.EXE Cable & Docs.
  6. Summary: Connect 1541 to PC
  7. Keywords: 1541 C64 IBM PC
  8. Message-ID: <1993Jan13.203920.13485@cbnewsj.cb.att.com>
  9. Date: 13 Jan 93 20:39:20 GMT
  10. References: <1993Jan12.020437.9573@oswego.Oswego.EDU>
  11. Sender: bjh@linc.att.com (BJ Hudson)
  12. Followup-To: comp.sys.cbm
  13. Organization: AT&T
  14. Lines: 99
  15.  
  16. Hi,
  17. This program is great !  It has been needed for years.
  18. Here is the pinout spec and some brief English docs.      ....BJ 1/93
  19. bjh@linc.att.com
  20.  
  21. >Good work ! ciao, Leopoldo
  22. --------------------------------------------------------
  23.  
  24. X1541.EXE
  25.  by  GHIELMET@eldi.epfl.ch (Leopoldo Ghielmetti)
  26.  
  27. The X1541 program requires an adapter cable to connect your PC parallel 
  28. printer port (LPT1/LPT2/LPT3) and a commodore disk drive (1541/1581).
  29. *(The Female port pinouts are shown below. The normal cable is Male-Male.)
  30.  
  31.                                   CBM IEEE serial port *Female*:
  32.      IBM Lpt port *Female*:                ___ ___
  33.         ,-----,                          .-   -   -.
  34. Strobe--+-1*  '---,                    .-           -.  _____
  35.         |      *14+--AutoFeed    Data--+--*5     1*--+--SrqIn  _____
  36. (Data 0)| 2*-,    |                   (       6*------)---------Reset
  37.         |    |_*15|(Error)      Clock--+--*4     2*--+---Ground
  38.         | 3*      |  ____              ._    3*     _.
  39.         |      *16+--Init                .____|____.
  40.         | 4*      |                       Atn-|
  41.         |      *17+--SelectIn  -------------------------------------------
  42.         | 5*      |            | C64signal |  IBMsignal       Lptport +2 |
  43.         | 6*   *18+-+-Ground   |  2 Ground | 18..25 Ground               |
  44.         |         | |          |  3 Atn    |      1 Strobe      bit0     |
  45.         | 7*   *19+-|          |  4 Clock  |     14 AutoFeed    bit1     |
  46.         vvvvvvvvvvv |          |  5 Data   |     17 SelectIn    bit3     |
  47.         |      *25+-+          |  6 Reset  |     16 Init        bit2     |
  48.         |13*  ,---'            -------------------------------------------
  49.         '-----'
  50.  
  51.  
  52.  
  53.  
  54. X1541.EXE  IBM <--> C64 file reader
  55.  
  56. type "x1541"   for the interface scheme (see above)
  57. type "x1541 ?" for the options list
  58.      options are : "/b" force monochrome mode
  59.                    "/c" force color mode
  60.                    "/LPTn" force I/O from LPT port n (n in range 1..3)
  61.  
  62. <ALT>     Activate Menu or to dismiss menu and go to file list
  63.           Also used to dismiss status boxes (after COPY)
  64. <ENTER>   Highlight memu or Select menu item
  65. <DOWN>    Highlight menu
  66.  
  67. <ESC> or  Go back; Highlight previous menu 
  68. <LEFT>or
  69. <UP>      ( Sub-menu stays screen, but is no longer highlighted)
  70.  
  71. <TAB>     Move between 1541 and IBM filelists
  72.           Also used move to "OK" in COLOR menu
  73.  
  74. Cursor keys    Move through menus
  75. <PAGE UP> &    and Move through filelists
  76. <PAGE DN>   
  77.  
  78.  
  79. <SPACE>   Select files in filelist for copying
  80.  
  81. 1541-COMMAND Note:     command letter (e.g. N0:Test Format,tt) 
  82.                    Must be capital letter --^
  83.  
  84.  
  85. **** Brief command sequence for file copy ********
  86.  
  87. 1. OPEN 1541   <ENTER> to select and highlight Drive# sub-menu
  88.                <ENTER> to select drive number (8-11)
  89. 2. OPEN IBM
  90. 3. <TAB> to source filelist
  91. 4. <SPACE> selects file(s)
  92. 5. <ALT> for menu
  93. 6. COPY
  94. 7. <ALT> to dismiss status box after copy is complete
  95.  
  96. DE NADA 
  97.  
  98. Well I forgot to mention it, to make a file with another extension (seq, 
  99. usr, rel (not yet supported)) you should give the correct extension to the
  100. IBM file Eg. *.seq will be transferred as sequential file (seq)
  101.  
  102. In normal condition 1581 and 1571 have the same mechanism as 1541 but for
  103. lack of documentation I did not implement the fast serial mode feature.
  104.  
  105. ciao, Leopoldo
  106.  
  107.  
  108.            /**************************************\
  109.            * Ghielmetti Leopoldo                  *
  110.            \**************************************/*****\
  111.                    *   e-mail : ghielmet@eldi.epfl.ch   *
  112.                    \************************************/
  113.  
  114. Posting and docs by bjh@linc.att.com
  115.  
  116.  
  117.